Skip to content

Conversation

iamjosephmj
Copy link

@iamjosephmj iamjosephmj commented Jan 26, 2025

What I have done and why

Remove private val modifier from searchContentsRepository variable inside SearchViewModel

@Jaehwa-Noh
Copy link
Contributor

Why are you removing private val?
Anything needs to be access `searchContentsRepository ?

@iamjosephmj
Copy link
Author

iamjosephmj commented Feb 6, 2025

Why are you removing private val? Anything needs to be access `searchContentsRepository ?

@Jaehwa-Noh Thankyou for looking into the PR. On the day I raised the PR, searchContentsRepository was only consumed by searchResultUiState.

Screenshot 2025-02-06 133920

Because of that reason, the studio was showing a lint warning as well

Screenshot 2025-02-06 134141

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants